dizzy_omega ~master (2022-04-01T11:00:10.9324115)
Dub
Repo
Meteorite
unde
games
dizzy
omega
animations
meteorite
Undocumented in source.
class
Meteorite :
StaticGameObject
{
Dizzy
the_hero
;
Random
rnd
;
Vector
start_pos
;
Vector
end_pos
;
int
number
;
float
scale
;
float
rotation_speed
;
Vector
rotation_vector
;
this
(MainGameObject root, Dizzy hero, Bird bird, Random _rnd);
void
draw
(GlobalState gs);
bool
tick
(GlobalState gs);
}
Constructors
this
this
(MainGameObject root, Dizzy hero, Bird bird, Random _rnd)
Undocumented in source.
Members
Functions
draw
void
draw
(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
tick
bool
tick
(GlobalState gs)
end_pos
Vector
end_pos
;
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
number
int
number
;
Undocumented in source.
rnd
Random
rnd
;
Undocumented in source.
rotation_speed
float
rotation_speed
;
Undocumented in source.
rotation_vector
Vector
rotation_vector
;
Undocumented in source.
scale
float
scale
;
Undocumented in source.
start_pos
Vector
start_pos
;
Undocumented in source.
the_hero
Dizzy
the_hero
;
Undocumented in source.
Inherited Members
From StaticGameObject
x
float
x
;
y
float
y
;
z
float
z
;
Undocumented in source.
load
void
load
(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void
save
(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
unde
games
dizzy
omega
animations
meteorite
classes
Meteorite